home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / Sample Code / Graphics 2D / RotateString / CarbonPrefix.h next >
Encoding:
C/C++ Source or Header  |  2000-09-28  |  210 b   |  13 lines  |  [TEXT/CWIE]

  1. #ifndef __CARBONPREFIX__
  2. #define __CARBONPREFIX__
  3.  
  4.  
  5. // Needed for carbonization
  6. #define TARGET_API_MAC_CARBON 1
  7. //
  8.  
  9. // For the pascal to C or C to pascal string conversions in carbon
  10. #define OLDP2C 1
  11. //
  12.  
  13. #endif